From b27b361bd5322826b7d2cce9f948906804064077 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 16 Nov 2009 22:59:09 +0000 Subject: [PATCH] * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. (lm-keywords-list): Allow comma-only separator like "foo,bar". Ignore trailing spaces by omit-nulls to split-string (fixing regression from Emacs 21 due to the incompatible split-string change). (Bug #4928.) --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cfe1492a962..5c657be3180 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -4,6 +4,12 @@ `sgml-lexical-context' instead of own parse for tag. (Further to Bug#4511). + * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords. + (lm-keywords-list): Allow comma-only separator like "foo,bar". + Ignore trailing spaces by omit-nulls to split-string (fixing + regression from Emacs 21 due to the incompatible split-string + change). (Bug #4928.) + 2009-11-16 Dan Nicolaescu * vc.el (vc-log-show-limit): Default to 2000. -- 2.30.2